[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Provides a base class that is used internally to parse XML streams from storage service operations.
The following tables list the members exposed by the ResponseParsingBase type.
Protected Fields
Name | Description | |
---|---|---|
allObjectsParsed | Indicates that all parsable objects have been consumed. This field is reserved and should not be used. | |
outstandingObjectsToParse | Stores any objects that have not yet been parsed. This field is reserved and should not be used. | |
reader |
Protected Properties
Name | Description | |
---|---|---|
ObjectsToParse | Gets the parsable objects. This method is reserved and should not be used. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ParseXml | Parses the XML response. This method is reserved and should not be used. | |
Variable | This method is reserved and should not be used. |